Other UIKit Monitor Classes
-
A
See moreContentSizeCategoryMonitorinstance monitors the app for changes to its preferred content size category.Declaration
Swift
public class ContentSizeCategoryMonitor : BaseNotificationMonitor
-
A
See moreDocumentStateMonitorinstance monitors a document for changes to its state.Declaration
Swift
public class DocumentStateMonitor : BaseNotificationMonitor
-
A
See moreFocusMonitorinstance monitors the app for changes to the current focus in the view hierarchy.Declaration
Swift
@available(iOS 11.0, tvOS 11.0, *) public class FocusMonitor : BaseNotificationMonitor
-
A
See moreKeyboardMonitorinstance monitors the keyboard for changes to its visibility or to its frame.Declaration
Swift
public class KeyboardMonitor : BaseNotificationMonitor
-
A
See moreMenuControllerMonitorinstance monitors the menu controller for changes to the visibility of the editing menu or to the frame of the editing menu.Declaration
Swift
public class MenuControllerMonitor : BaseNotificationMonitor
-
A
See morePasteboardMonitorinstance monitors a pasteboard for changes to its contents or for its removal from the app.Declaration
Swift
public class PasteboardMonitor : BaseNotificationMonitor
-
A
See moreTableViewSelectionMonitorinstance monitors a table view for changes to its selected row.Declaration
Swift
public class TableViewSelectionMonitor : BaseNotificationMonitor
-
A
See moreViewControllerShowDetailTargetMonitorinstance monitors the app for changes to a split view controller’s display mode in the view hierarchy.Declaration
Swift
public class ViewControllerShowDetailTargetMonitor : BaseNotificationMonitor
-
A
See moreWindowMonitorinstance monitors a window for changes to its visibility or its key status.Declaration
Swift
public class WindowMonitor : BaseNotificationMonitor
View on GitHub
Install in Dash
Other UIKit Monitor Classes Reference